Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / Utils Class / Assign Method / Assign<T>(T,T) Method
The type of destination object.
The source object.
The destination object.

In This Topic
    Assign<T>(T,T) Method
    In This Topic
    Assigns all from another object.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub Assign(Of T As {New, ICloneableObject})( _
       ByVal source As T, _
       ByRef dest As T _
    ) 
    public static void Assign<T>( 
       T source,
       ref T dest
    )
    where T: new(), ICloneableObject

    Parameters

    source
    The source object.
    dest
    The destination object.

    Type Parameters

    T
    The type of destination object.
    See Also